DataSource for Entity Framework in WPF
C1.Data Namespace / FilteredView<T> Class / FilterKey Property

In This Topic
    FilterKey Property
    In This Topic
    Gets or sets a value that is used to filter items by comparing this value to the result of the filter key function applied to an item.
    Syntax
    'Declaration
     
    Public Property FilterKey As Object
    public object FilterKey {get; set;}
    See Also